home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineButton2_1267 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-09-30  |  639 b   |  16 lines

  1. on(release){
  2.    r = random(3) + 1;
  3.    if(r == 1)
  4.    {
  5.       _root.s.Speak(_root.s.hero.hero,"Hm, uhl{invalid_utf8=237}. Nebo n{invalid_utf8=236}co ost{invalid_utf8=248}ej{invalid_utf8=154}{invalid_utf8=237}ho?","R","Hmm, coal. Or something stronger");
  6.    }
  7.    else if(r == 2)
  8.    {
  9.       _root.s.Speak(_root.s.hero.hero,"{invalid_utf8=142}e bych pomohl p{invalid_utf8=248}ilo{invalid_utf8=158}it? Ale ne.","R","I could help keep the pot boiling, but I\'m not in mood");
  10.    }
  11.    else
  12.    {
  13.       _root.s.Speak(_root.s.hero.hero,"P{invalid_utf8=248}ece tu nebudu pracovat.","R","Don\'t you thing that I will work here");
  14.    }
  15. }
  16.